home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Videodisc Commands / background_3170.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  3.4 KB  |  174 lines

  1. -- background: 3170 from stack: in
  2. -- bmap block id: 3535
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   set scroll of background field "Description" to 0
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 01
  15. -- high flags: 0000
  16. -- rect: left=140 top=40 right=59 bottom=486
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 12
  22. -- style flags: 256
  23. -- line height: 16
  24. -- part name: Command
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 01
  29. -- high flags: 0000
  30. -- rect: left=140 top=61 right=95 bottom=486
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Summary
  39.  
  40.  
  41. -- part 3 (field)
  42. -- low flags: 01
  43. -- high flags: 0000
  44. -- rect: left=23 top=112 right=164 bottom=137
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 65535
  48. -- font id: 3
  49. -- text size: 9
  50. -- style flags: 256
  51. -- line height: 12
  52. -- part name: Parameters
  53.  
  54.  
  55. -- part 7 (field)
  56. -- low flags: 01
  57. -- high flags: 0000
  58. -- rect: left=141 top=112 right=164 bottom=487
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 3
  63. -- text size: 9
  64. -- style flags: 0
  65. -- line height: 12
  66. -- part name: ParamDescription
  67.  
  68.  
  69. -- part 4 (field)
  70. -- low flags: 01
  71. -- high flags: 2007
  72. -- rect: left=141 top=177 right=329 bottom=487
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 0
  76. -- font id: 3
  77. -- text size: 9
  78. -- style flags: 0
  79. -- line height: 12
  80. -- part name: Description
  81.  
  82.  
  83. -- part 9 (field)
  84. -- low flags: 01
  85. -- high flags: 0000
  86. -- rect: left=24 top=38 right=58 bottom=134
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 65535
  90. -- font id: 3
  91. -- text size: 14
  92. -- style flags: 256
  93. -- line height: 18
  94. -- part name: Type
  95.  
  96.  
  97. -- part 11 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=110 top=301 right=335 bottom=135
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 1012 / 1012
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: 
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   visual effect zoom close
  112.   pop card
  113. end mouseUp
  114.  
  115.  
  116.  
  117. -- part 12 (button)
  118. -- low flags: 00
  119. -- high flags: 0000
  120. -- rect: left=83 top=301 right=335 bottom=110
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 1013 / 1013
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: 
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   visual effect wipe left
  132.   go to next card
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part 13 (button)
  138. -- low flags: 00
  139. -- high flags: 0000
  140. -- rect: left=56 top=301 right=336 bottom=83
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 1014 / 1014
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: 
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   visual effect wipe right
  152.   go to previous card
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 14 (button)
  158. -- low flags: 00
  159. -- high flags: 0000
  160. -- rect: left=20 top=304 right=338 bottom=56
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 32670 / 32670
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: 
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   show all cards
  172. end mouseUp
  173.  
  174.